projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dddcbf0
)
Include syssignal.h, to avoid compiler warnings.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 May 2001 10:51:09 +0000
(10:51 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 May 2001 10:51:09 +0000
(10:51 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e996cc0da482e3ac3522388f73bea2ca36db3c44..600c601621397586c856589d967fbbb697103634 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2001-05-12 Eli Zaretskii <eliz@is.elta.co.il>
+ * w32proc.c: Include syssignal.h, to avoid compiler warnings.
+
* w32bdf.c (search_file_line, set_bdf_font_info, seek_char)
(w32_get_bdf_glyph): Cast between unsigned char and char when
passing arguments to subroutines, to shut up compiler warnings.
diff --git
a/src/w32proc.c
b/src/w32proc.c
index 93dff1761bf58dbf9fbcb3cf1fb194dd29d54aab..a2b5000b88d4739f9f2cd5204e8091a77b6ad0a2 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-49,6
+49,7
@@
extern BOOL WINAPI IsValidLocale(LCID, DWORD);
#include "systime.h"
#include "syswait.h"
#include "process.h"
+#include "syssignal.h"
#include "w32term.h"
/* Control whether spawnve quotes arguments as necessary to ensure